mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
platform_design: Enforce use_key_in_widget_constructors (#927)
This commit is contained in:
@@ -15,6 +15,8 @@ class NewsTab extends StatefulWidget {
|
||||
static const androidIcon = Icon(Icons.library_books);
|
||||
static const iosIcon = Icon(CupertinoIcons.news);
|
||||
|
||||
const NewsTab({Key? key}) : super(key: key);
|
||||
|
||||
@override
|
||||
_NewsTabState createState() => _NewsTabState();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user