NomoOutlineContainerColorData constructor

const NomoOutlineContainerColorData(
  1. {dynamic foreground = Colors.black,
  2. dynamic background = Colors.white,
  3. dynamic shape = BoxShape.rectangle}
)

Implementation

const NomoOutlineContainerColorData({
  this.foreground = Colors.black,
  this.background = Colors.white,
  this.shape = BoxShape.rectangle,
});