brightness property Null safety
final
The brightness of the overall theme of the
application for the SfDataPager
widgets.
If brightness is not specified, then based on the Theme.of(context).brightness, brightness for datapager widgets will be applied.
Implementation
final Brightness brightness;