Answers for "flutter settings page"

1

flutter settings page

SettingRow(
  rowData: SettingsTextFieldConfig(
    title: 'Name',
    initialValue: 'Chris',
  ),
  config: SettingsRowConfiguration(),
  style: SettingsRowStyle(),
  onSettingDataRowChange: (resultVal) {}
)


i found a page with everything youd want to refer to here is link
https://rothech.com/settings-page-with-flutter
Posted by: Guest on March-15-2021

Browse Popular Code Answers by Language