BsDropdownHeader constructor

const BsDropdownHeader({
  1. Key? key,
  2. EdgeInsetsGeometry padding = const EdgeInsets.fromLTRB(15, 8, 15, 8),
  3. Widget? child,
  4. TextStyle? textStyle,
  5. Decoration? decoration,
})

Implementation

const BsDropdownHeader({
  Key? key,
  this.padding = const EdgeInsets.fromLTRB(15, 8, 15, 8),
  this.child,
  this.textStyle,
  this.decoration,
}) : super(key: key);