BootstrapPanel constructor
const
BootstrapPanel({
- Key? key,
- BootstrapPanelType type = BootstrapPanelType.defaults,
- Widget? header,
- Widget? body,
- EdgeInsetsGeometry padding = const EdgeInsets.all(16.0),
Implementation
const BootstrapPanel({
Key? key,
this.type = BootstrapPanelType.defaults,
this.header,
this.body,
this.footer,
this.padding = const EdgeInsets.all(16.0),
}) : super(key: key);