NomoOutlineContainerColorData constructor

const NomoOutlineContainerColorData({
  1. Color foreground = Colors.black,
  2. Color background = Colors.white,
  3. BoxShape shape = BoxShape.rectangle,
  4. BoxBorder border = const Border.fromBorderSide(BorderSide.none),
})

Implementation

const NomoOutlineContainerColorData({
  this.foreground = Colors.black,
  this.background = Colors.white,
  this.shape = BoxShape.rectangle,
  this.border = const Border.fromBorderSide(BorderSide.none),
});