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