Unverified Commit c4bd14cc authored by Abhishek Ghaskata's avatar Abhishek Ghaskata Committed by GitHub

removed `an` (#69654)

parent 4019956f
...@@ -24,7 +24,7 @@ import 'theme.dart'; ...@@ -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>[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment