backgroundColor method

String? backgroundColor(
  1. FoTabComponent tab
)

Implementation

String? backgroundColor(FoTabComponent tab) =>
    tab.active ? tab.backgroundColor : 'white';