removed an (#69654)

This commit is contained in:
Abhishek Ghaskata 2020-11-03 20:18:03 +05:30 committed by GitHub
parent 4019956fc8
commit c4bd14cc79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ import 'theme.dart';
/// Widget build(BuildContext context) { /// Widget build(BuildContext context) {
/// return MaterialBanner( /// return MaterialBanner(
/// padding: const EdgeInsets.all(20), /// padding: const EdgeInsets.all(20),
/// content: Text("Hey, I am an Material Banner"), /// content: Text("Hey, I am a Material Banner"),
/// leading: Icon(Icons.agriculture_outlined), /// leading: Icon(Icons.agriculture_outlined),
/// backgroundColor: Colors.grey[300], /// backgroundColor: Colors.grey[300],
/// actions: <Widget>[ /// actions: <Widget>[