showModalBottomParametresSystems method
dynamic
showModalBottomParametresSystems()
Implementation
showModalBottomParametresSystems() {
/*showModalBottomSheet(
context: Get.context!,
builder: (sheetContext) =>
BottomSheet(
builder: (_) => ParametresSystems(),
onClosing: () {},
),
);*/
}