p property

void p=(double padding)

Implementation

set p(double padding) =>
    paddingState = NikuState.all(EdgeInsets.all(padding));