FlutterLogo constructor

FlutterLogo({
  1. BoxFit fit = BoxFit.contain,
})

Implementation

FlutterLogo({this.fit = BoxFit.contain});