TodoLibData class
Constructors
-
TodoLibData.new({double buttonHeight = 45, int clickInterceptInterval = 1000, double textSize = 14, Color placeholderColor = const Color(0xFFC7CCD5), Color inputTextColor = const Color(0xFF393C42), Color inputBackgroundColor = const Color(0xFFF6F7F9), ToastThemeData toastThemeData = const ToastThemeData(), String? fontFamily, List<
String> ? fontFamilyFallback, Widget? loadingWidget, Map<String, TextDelegate> ? textDelegates})
Properties
-
默认按钮高度
final
- clickInterceptInterval → int
-
点击事件截流间隔时长 ms
final
- fontFamily → String?
-
文本字体
final
-
fontFamilyFallback
↔ List<
String> ? -
解决ios 中文FontWeight.w500不起作用bug
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputBackgroundColor → Color
-
输入框背景
final
- inputTextColor → Color
-
输入框文本颜色
final
- loadingWidget ↔ Widget?
-
加载组件
getter/setter pair
- placeholderColor → Color
-
输入框提示文本颜色
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
textDelegates
↔ Map<
String, TextDelegate> ? -
文本国际化
getter/setter pair
- textSize → double
-
默认文字大小
final
- toastThemeData ↔ ToastThemeData
-
toast配置
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited