TxTipThemeData constructor
const
TxTipThemeData({
- TextStyle? textStyle,
- Color? backgroundColor,
- Color? foregroundColor,
- EdgeInsetsGeometry? padding,
- BorderRadius? borderRadius,
- VisualDensity? visualDensity,
创建可用于 ThemeData.extension<TxTipThemeData>() 的主题。
Implementation
const TxTipThemeData({
this.textStyle,
this.backgroundColor,
this.foregroundColor,
this.padding,
this.borderRadius,
this.visualDensity,
});