mirror of
https://github.com/flutter/samples.git
synced 2026-07-18 23:12:25 +00:00
platform_design maintenance (#149)
* platform_design maintenance * update maintenance table
This commit is contained in:
@@ -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});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user