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