mirror of
https://github.com/Iconica-Development/flutter_availability.git
synced 2025-05-19 05:03:44 +02:00
docs: add docs to borderradius getter in options
This commit is contained in:
parent
53fb9a2e2c
commit
2b931db798
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class AvailabilityOptions {
|
|||
|
||||
final _borderRadius = BorderRadius.circular(5);
|
||||
|
||||
///
|
||||
/// The border radius used on the individual elements
|
||||
BorderRadius get borderRadius => _borderRadius;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue