radius5 property

BorderRadius get radius5

Gives BorderRadius 5 for all sides

Implementation

static BorderRadius get radius5 => _copyWith(all: 5);