mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
Landing beta changes in master for the new stable release (#747)
This commit is contained in:
@@ -12,7 +12,11 @@ import 'widgets.dart';
|
||||
/// 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});
|
||||
const SongDetailTab({
|
||||
required this.id,
|
||||
required this.song,
|
||||
required this.color,
|
||||
});
|
||||
|
||||
final int id;
|
||||
final String song;
|
||||
|
||||
Reference in New Issue
Block a user