tabs property

List<Tab> tabs
final

Implementation

final List<Tab> tabs = const [
  Tab(text: '青眼白龙'),
  Tab(text: '黑魔术师'),
  Tab(text: '混沌战士'),
];