SfDataPagerThemeData constructor
const
SfDataPagerThemeData({
- Color? backgroundColor,
- Color? itemColor,
- TextStyle? itemTextStyle,
- Color? selectedItemColor,
- TextStyle? selectedItemTextStyle,
- Color? disabledItemColor,
- TextStyle? disabledItemTextStyle,
- Color? itemBorderColor,
- double? itemBorderWidth,
- BorderRadiusGeometry? itemBorderRadius,
- Color? dropdownButtonBorderColor,
Create a SfDataPagerThemeData that's used to configure a SfDataPagerTheme.
Implementation
const SfDataPagerThemeData(
{this.backgroundColor,
this.itemColor,
this.itemTextStyle,
this.selectedItemColor,
this.selectedItemTextStyle,
this.disabledItemColor,
this.disabledItemTextStyle,
this.itemBorderColor,
this.itemBorderWidth,
this.itemBorderRadius,
this.dropdownButtonBorderColor});