indicatorSize property

Size? indicatorSize
final

Indicator size during asynchronous processing. Cannot be specified if indicator is specified. If this field and the indicator are null, then Size.square(24) is used.

Implementation

final Size? indicatorSize;