ArmPage constructor

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

A const constructor.

Implementation

const ArmPage({required this.index});