1
0
mirror of https://github.com/flutter/samples.git synced 2026-07-18 15:02:26 +00:00

platform_design maintenance (#149)

* platform_design maintenance

* update maintenance table
This commit is contained in:
John Ryan
2019-10-08 16:06:04 -07:00
committed by GitHub
parent dfba162762
commit 497c25b154
9 changed files with 12 additions and 43 deletions

View File

@@ -3,10 +3,10 @@ import 'package:flutter/material.dart';
import 'widgets.dart';
// Page shown when a card in the songs tab is tapped.
//
// On Android, this page sits at the top of your app. On iOS, this page is on
// top of the songs tab's content but is below the tab bar itself.
/// Page shown when a card in the songs tab is tapped.
///
/// On Android, this page sits at the top of your app. On iOS, this page is on
/// top of the songs tab's content but is below the tab bar itself.
class SongDetailTab extends StatelessWidget {
const SongDetailTab({this.id, this.song, this.color});