NomoOutlineContainerThemeData constructor

const NomoOutlineContainerThemeData(
  1. {dynamic foreground = Colors.black,
  2. dynamic background = Colors.white,
  3. dynamic shape = BoxShape.rectangle,
  4. dynamic padding = const EdgeInsets.all(16),
  5. double spacing = 16.0}
)

Implementation

const NomoOutlineContainerThemeData({
  this.foreground = Colors.black,
  this.background = Colors.white,
  this.shape = BoxShape.rectangle,
  this.padding = const EdgeInsets.all(16),
  this.spacing = 16.0,
});