menu
flutter_androssy package
documentation
views/view/view.dart
ViewController
setBorderBottom method
setBorderBottom method
dark_mode
light_mode
setBorderBottom
method
void
setBorderBottom
(
double
?
value
)
Implementation
void setBorderBottom(double? value) { onNotifyWithCallback(() => _borderBottom = value); }
flutter_androssy package
documentation
views/view/view
ViewController
setBorderBottom method
ViewController class