tip property
dynamic
get
tip
Implementation
get tip => _tip;
set
tip
(dynamic value)
Implementation
set tip(value) => _tip = value;
get tip => _tip;
set tip(value) => _tip = value;