of static method
Implementation
static TabShellAppBarStyle of(BuildContext context) {
return Theme.of(context).extension<TabShellAppBarStyle>()!;
}
static TabShellAppBarStyle of(BuildContext context) {
return Theme.of(context).extension<TabShellAppBarStyle>()!;
}