SquareDecoration constructor

SquareDecoration({
  1. required Size size,
  2. required Color color,
  3. required TextSpan textSpan,
})

Implementation

SquareDecoration({
  required this.size,
  required this.color,
  required this.textSpan,
});