NomoOutlineContainerThemeData constructor
const
NomoOutlineContainerThemeData({})
Implementation
const NomoOutlineContainerThemeData({
this.foreground = Colors.black,
this.background = Colors.white,
this.shape = BoxShape.rectangle,
this.border = const Border.fromBorderSide(BorderSide.none),
this.padding = const EdgeInsets.all(16),
this.spacing = 16.0,
});