TDFractionPagination class
Constructors
- TDFractionPagination({double? width, double? height, double? borderRadius, Color? backgroundColor, Color? color = Colors.white, TextStyle? textStyle = const TextStyle(fontSize: 12.0, color: Colors.white), TextStyle? activeTextStyle = const TextStyle(fontSize: 12.0, color: Colors.white), Key? key, Color? activeColor = Colors.white})
-
const
Properties
- activeColor → Color?
-
当前展示的索引,如果未设置,则为Theme.of(context).primaryColor
final
- activeTextStyle → TextStyle?
-
final
- backgroundColor → Color?
-
final
- borderRadius → double?
-
final
- color → Color?
-
如果未设置,则为 Theme.of(context).scaffoldBackgroundColor
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double?
-
final
- key → Key?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textStyle → TextStyle?
-
final
- width → double?
-
final
Methods
-
build(
BuildContext context, SwiperPluginConfig config) → Widget -
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