EdgeInsetsGeometryWidget constructor

EdgeInsetsGeometryWidget({
  1. Key? key,
  2. required AppModel app,
  3. required EdgeInsetsGeometryModel edgeInsetsGeometryModel,
})

Implementation

EdgeInsetsGeometryWidget({
  super.key,
  required this.app,
  required this.edgeInsetsGeometryModel,
});