maybeOf static method
Gets the VitTableStyle from the BuildContext if any.
Implementation
static VitTableStyle? maybeOf(BuildContext context) {
var child = context.findAncestorWidgetOfExactType<VitTableTheme>();
return child?.data;
}
Gets the VitTableStyle from the BuildContext if any.
static VitTableStyle? maybeOf(BuildContext context) {
var child = context.findAncestorWidgetOfExactType<VitTableTheme>();
return child?.data;
}