fill property

Paint fill
final

Implementation

final Paint fill = Paint()
  ..color = const Color.fromARGB(15, 50, 50, 50)
  ..style = PaintingStyle.fill;