DrawRoyalShape constructor

DrawRoyalShape({
  1. Color? background = Colors.black,
})

Implementation

DrawRoyalShape({this.background = Colors.black});