hasBaseFill property

  1. @override
bool get hasBaseFill
override

Whether this fill has a color or gradient base fill.

Implementation

@override
bool get hasBaseFill => color != null || gradient != null;