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