SunnyMargin constructor

const SunnyMargin({
  1. Key? key,
  2. Widget? child,
  3. Color? color,
  4. bool? dense,
})

Implementation

const SunnyMargin({Key? key, this.child, this.color, this.dense}) : super(key: key);