FanciPlaygroundTab constructor

const FanciPlaygroundTab({
  1. required String emoji,
  2. required String label,
  3. required Widget page,
})

Implementation

const FanciPlaygroundTab({
  required this.emoji,
  required this.label,
  required this.page
});