Change Events
This commit is contained in:
@@ -6,11 +6,7 @@ import 'package:flutter/material.dart';
|
||||
abstract class OnboardingEvent {}
|
||||
|
||||
class PageChangedEvent extends OnboardingEvent {
|
||||
|
||||
}
|
||||
|
||||
class PageSwipedEvent extends OnboardingEvent {
|
||||
final int index;
|
||||
|
||||
PageSwipedEvent({required this.index});
|
||||
PageChangedEvent({required this.index});
|
||||
}
|
||||
Reference in New Issue
Block a user