menu
flutter_bootstrap_widgets package
documentation
bootstrap_widgets.dart
BootstrapLabelText
BootstrapLabelText const constructor
BootstrapLabelText const constructor
dark_mode
light_mode
BootstrapLabelText
constructor
const
BootstrapLabelText
(
{
required
Widget
child
,
double
bottomPadding
=
5.0
,
})
Implementation
const BootstrapLabelText({ required this.child, this.bottomPadding = 5.0, });
flutter_bootstrap_widgets package
documentation
bootstrap_widgets
BootstrapLabelText
BootstrapLabelText const constructor
BootstrapLabelText class