FindPasswordDesktop constructor

const FindPasswordDesktop({
  1. Key? key,
  2. int? crossAxisCount,
  3. double? crossAxisSpacing,
  4. double? mainAxisSpacing,
  5. double? childAspectRatio,
})

Implementation

const FindPasswordDesktop(
    {Key? key,
    int? crossAxisCount,
    double? crossAxisSpacing,
    double? mainAxisSpacing,
    double? childAspectRatio})
    : super(key: key);