BootstrapLabelText constructor

const BootstrapLabelText({
  1. required Widget child,
  2. double bottomPadding = 5.0,
})

Implementation

const BootstrapLabelText({
  required this.child,
  this.bottomPadding = 5.0,
});