SettingsPage constructor

SettingsPage({
  1. Color appBarColor = Colors.transparent,
  2. Color appBarTextColor = Colors.white,
  3. bool motorista = false,
  4. bool filled = false,
  5. bool placa = false,
  6. bool cpf = false,
  7. Function? validaLogin,
})

Implementation

SettingsPage(
    {this.appBarColor = Colors.transparent,
    this.appBarTextColor = Colors.white,
    this.motorista = false,
    this.filled = false,
    this.placa = false,
    this.cpf = false,
    this.validaLogin});