SfDataPagerTheme constructor
const
SfDataPagerTheme({
- Key? key,
- required SfDataPagerThemeData data,
- required Widget child,
Applies the given theme data
to child
.
Implementation
const SfDataPagerTheme({Key? key, required this.data, required this.child})
: super(key: key, child: child);