of method Null safety
- BuildContext context
The data from the closest TabBarTheme instance given the build context.
Implementation
static TabBarTheme of(BuildContext context) {
return Theme.of(context).tabBarTheme;
}
The data from the closest TabBarTheme instance given the build context.
static TabBarTheme of(BuildContext context) {
return Theme.of(context).tabBarTheme;
}