load_switch 2.2.0
load_switch: ^2.2.0 copied to clipboard
A highly customizable toggle switch with a loading state. Useful when getting data from remote calls.
import 'package:example/styles/controller_example.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const MaterialApp(home: LoadSwitchControllerExample()));
}