tooltip property
TextStyle
get
tooltip
Implementation
TextStyle get tooltip =>
Theme.of(context).textTheme.bodyText1 ?? const TextStyle();
TextStyle get tooltip =>
Theme.of(context).textTheme.bodyText1 ?? const TextStyle();