Patron bloc integrado
This commit is contained in:
8
lib/contenedores_state.dart
Normal file
8
lib/contenedores_state.dart
Normal file
@ -0,0 +1,8 @@
|
||||
// This class represents the state of the ContenedoresBloc
|
||||
/*import 'package:flutter_project/contenedores_event.dart';
|
||||
|
||||
class ContenedoresState {
|
||||
final Contenedor? currentContenedor;
|
||||
|
||||
const ContenedoresState({this.currentContenedor});
|
||||
}*/
|
||||
Reference in New Issue
Block a user