mirror of
https://github.com/flutter/samples.git
synced 2026-04-02 17:52:56 +00:00
Remove unneeded types (#949)
This commit is contained in:
@@ -17,7 +17,7 @@ class NewCategoryDialog extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return const SimpleDialog(
|
||||
title: Text('New Category'),
|
||||
children: <Widget>[
|
||||
children: [
|
||||
NewCategoryForm(),
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user