blob: 5d77f737d25db811b0450ff335e93c9cfb01a1b7 [file] [log] [blame]
import 'package:flutter/material.dart';
void main() {
new FloatingActionButton(
//child: new Icon(Icons.add), <<<<<<<< missing required param
);
}