ContainerStyle constructor
const
ContainerStyle({
- BoxDecoration? decoration,
- Color color = Colors.transparent,
- EdgeInsets padding = const EdgeInsets.all(0),
- EdgeInsets gridViewPadding = const EdgeInsets.all(8.0),
Implementation
const ContainerStyle({
this.decoration,
this.color = Colors.transparent,
this.padding = const EdgeInsets.all(0),
this.gridViewPadding = const EdgeInsets.all(8.0),
});