toolbarSize property
double?
get
toolbarSize
Allows you to set a size for the toolbar (it's where all buttons are located).
Implementation
double? get toolbarSize => _toolbarSize;
set
toolbarSize
(double? val)
Implementation
set toolbarSize(double? val) {
_toolbarSize = val;
_set({"toolbarSize": val});
}