border property

Color get border

Implementation

Color get border =>
    type.value == ToastType.outlined ? _color(variant.value, type.value) : bg;