EralpSoft constructor
- {Key key,
- @required BuildContext context,
- @required MaterialApp child}
Implementation
EralpSoft({
Key key,
@required this.context,
@required this.child,
}) : super(key: key);
EralpSoft({
Key key,
@required this.context,
@required this.child,
}) : super(key: key);