mirror of
https://github.com/flutter/samples.git
synced 2026-05-10 17:07:28 +00:00
Landing beta changes in master for the new stable release (#747)
This commit is contained in:
@@ -109,7 +109,11 @@ class ProfileTab extends StatelessWidget {
|
||||
}
|
||||
|
||||
class PreferenceCard extends StatelessWidget {
|
||||
const PreferenceCard({this.header, this.content, this.preferenceChoices});
|
||||
const PreferenceCard({
|
||||
required this.header,
|
||||
required this.content,
|
||||
required this.preferenceChoices,
|
||||
});
|
||||
|
||||
final String header;
|
||||
final String content;
|
||||
|
||||
Reference in New Issue
Block a user