WarningShape constructor

WarningShape({
  1. Color? color,
  2. double size = 20.0,
})

Implementation

WarningShape({this.color, this.size = 20.0});