menu
ensemble package
documentation
controller/controller_mixins.dart
HasBorderController
hasBorder method
hasBorder method
dark_mode
light_mode
hasBorder
method
bool
hasBorder
(
)
Implementation
bool hasBorder() => borderGradient != null || borderColor != null || borderWidth != null;
ensemble package
documentation
controller/controller_mixins
HasBorderController
hasBorder method
HasBorderController mixin