import 'package:flutter/cupertino.dart'; class Decoration{ Color? _color; String? _shape; Decoration(this._color, this._shape); }