Skip to content

Commit

Permalink
Update flat_button.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamvk committed Feb 10, 2019
1 parent adc4234 commit c8f00df
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/flutter/lib/src/material/flat_button.dart
Expand Up @@ -44,18 +44,18 @@ import 'theme_data.dart';
/// This example to use [FlatButton] in your flutter code
///
/// ```dart
/// FlatButton(
/// onPressed: () {
/// _doSomething();
/// },
/// child: Text(
/// "Flat Button",
/// style: TextStyle(
/// color: Colors.white,
/// fontSize: 20.0
/// ),
/// ),
/// )
///FlatButton(
/// onPressed: () {
/// _doSomething();
/// },
/// child: Text(
/// "Flat Button",
/// style: TextStyle(
/// color: Colors.white,
/// fontSize: 20.0
/// ),
/// ),
/// )
/// ```
/// {@end-tool}
/// See also:
Expand Down

0 comments on commit c8f00df

Please sign in to comment.