IndexedStackChild constructor

IndexedStackChild({
  1. bool preload = false,
  2. required Widget child,
})

Implementation

IndexedStackChild({this.preload = false, required this.child});