DrivePage constructor

const DrivePage({
  1. required int index,
})

A const constructor.

Implementation

const DrivePage({required this.index});