NomoOutlineContainerThemeData constructor

const NomoOutlineContainerThemeData({
  1. Color foreground = Colors.black,
  2. Color background = Colors.white,
  3. BoxShape shape = BoxShape.rectangle,
  4. BoxBorder border = const Border.fromBorderSide(BorderSide.none),
  5. EdgeInsetsGeometry padding = const EdgeInsets.all(16),
  6. double spacing = 16.0,
})

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,
});