menu
afib package
documentation
afib_flutter.dart
AFFunctionalTheme
childDivider method
childDivider method
dark_mode
light_mode
childDivider
method
Widget
childDivider
(
{
Color
?
color
,
})
Implementation
Widget childDivider({ Color? color }) { return Divider(color: color, height: 2); }
afib package
documentation
afib_flutter
AFFunctionalTheme
childDivider method
AFFunctionalTheme class