autoTheming property
bool
get
autoTheming
Whether platform brightness is followed.
Implementation
bool get autoTheming => widget.autoTheming ?? false;
Whether platform brightness is followed.
bool get autoTheming => widget.autoTheming ?? false;